home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-17 | 211 b | 7 lines | [TEXT/MPS ] |
- #
- # Rules for making the Thread Library
- # Select the following three lines and press the <enter> key
- #
- C ThreadUtil.c -opt speed -o ThreadUtil.c.o
- lib ThreadUtil.c.o -o ThreadUtilLib.o
- Delete -i ThreadUtil.c.o